home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6839 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: fiol.nbrock.dk!tax
  2. From: tax@fiol.nbrock.dk (Thomas Neumann)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Shared libs with SAS
  5. Date: 3 Apr 1996 09:06:45 GMT
  6. Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
  7. Message-ID: <4jtf35$fpk@news.uni-c.dk>
  8. References: <4jqn0i$klp@strauss.udel.edu>
  9. NNTP-Posting-Host: fiol.nbrock.dk
  10. X-Newsreader: TIN [version 1.2 PL1]
  11.  
  12. John Pat Corigliano (jcorig@strauss.udel.edu) wrote:
  13. : I am making my first attempt at creating a shared library and am
  14. : having problems with the linker.  I am linking with libent.o and
  15. : libinit.o but not sc.lib because my library does not use any
  16. : standard library functions.  Everything compiles ok (I am using
  17. : the LIBCODE option) but the linker declares these strange
  18. : "Undefined symbols":
  19.  
  20. :   __CXD33    __CXV42   __CXV24   __CXD55   __CXA55    __CXV34
  21. :   __CXM22    __CXV54   __CXV45   __CXM33
  22.  
  23. : What are these functions?  What do I need to link with?
  24.  
  25. It's look like you have to link with one of the math libraries.
  26.  
  27. Thomas Neumann
  28.  
  29.